* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #375391 !important;
}

header {
  height: 90vh;
  background: #2998D5;
}

.custom-rounded {
  border-radius: 50px;
}

.custom-btn {
  display: inline !important;
  background: #F68C48;
  border: none;
  width: 196.14px;
  border-radius: 100px;
  padding: 1.25rem 2rem;
  --bs-btn-active-bg: #F8AB79;
  transform: translateX(15px);
}

.custom-btn:hover {
  background: #F8AB79;
}

.navbar {
  --bs-navbar-toggler-border-color: none;
  --bs-navbar-toggler-focus-width: none;
  background-color: #EDEFEB !important;
}

.custom-fixed {
  width: 100%;
  position: fixed;
}

.nav-link {
  padding: 16px !important;
  border-radius: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
}

.nav-link:hover {
  background: #E1E3DE;
}

.logo {
  width: 160px !important;
}

.navbar-nav {
  transform: translateX(100px);
}

.header-title {
  position: relative;
  top: 120px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.header-title h1 {
  font-size: 3.5rem;
  width: 35%;
  color: white !important;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .header-title h1 {
    font-size: 3rem;
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .header-title h1 {
    width: 90%;
  }
}
.header-title p {
  width: 60%;
  color: white !important;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .header-title p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1400px) {
  .navbar-nav {
    transform: translateX(50px);
  }
}
@media screen and (max-width: 1260px) {
  .navbar-brand {
    font-size: 1rem;
  }
  .navbar-nav {
    transform: translateX(0%);
  }
  .nav-link {
    font-size: 1rem;
    padding: 8px !important;
  }
}
@media screen and (max-width: 992px) {
  .nav-link {
    text-align: center;
    width: 120px;
    transform: translateX(20px);
  }
}
@media screen and (max-width: 450px) {
  .phone {
    display: none;
  }
}
.statusMail {
  position: fixed !important;
  top: 15% !important;
  z-index: 10 !important;
  left: 50%;
  transform: translateX(-50%);
  animation: visible 3s ease-out 3s forwards;
}

@keyframes visible {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
main {
  background: #F68C48;
  text-align: center;
  padding-bottom: 125px;
}
main #outil {
  position: relative;
  bottom: 320px;
}
main .translate-img {
  width: 70%;
  margin: 0 auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  main .translate-img {
    width: 80%;
  }
}
main .translate-img img {
  width: 100%;
  border-radius: 2em;
}
main h2 {
  position: relative;
  bottom: 150px;
  color: white !important;
  width: 40%;
  letter-spacing: 2px;
  line-height: 150%;
}
@media screen and (max-width: 850px) {
  main h2 {
    line-height: normal;
    bottom: 100px;
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  main h2 {
    bottom: 50px;
    font-size: 1.2rem;
    width: 80%;
  }
}
main .card-img-top {
  height: 300px;
  object-fit: cover;
}

.lien-visio {
  background: #94C11F;
  padding: 50px 0;
}
.lien-visio h3 {
  line-height: 50px;
}
.lien-visio form {
  text-align: center;
  margin: 50px 0;
}
.lien-visio input[type=email] {
  border-radius: 50px;
  padding: 1.2rem 1.5rem;
  font-size: 1.4rem;
  border: none;
  outline: none;
}
@media screen and (max-width: 1100px) {
  .lien-visio input[type=email] {
    font-size: 1.2rem;
    padding: 0.8rem 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .lien-visio input[type=email] {
    font-size: 1rem;
    max-width: 150px;
  }
}
.lien-visio .custom-btn {
  border-radius: 50px;
  font-size: 1.4rem;
  padding: 1.2rem 1.5rem;
  background: #164fd3;
  color: white !important;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 1100px) {
  .lien-visio .custom-btn {
    font-size: 1.2rem;
    padding: 0.8rem 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .lien-visio .custom-btn {
    font-size: 1rem;
    max-width: 110px;
  }
}

.societe {
  padding: 100px 0;
}
.societe .captureSociete {
  width: 100%;
  border-radius: 50px;
}
@media screen and (max-width: 992px) {
  .societe .captureSociete {
    margin-bottom: 70px;
  }
}
.societe h3 {
  line-height: 50px;
}
.societe h3 img {
  height: 60px;
}
.societe .custom-btn {
  padding: 1.25rem 2rem;
  width: initial;
}
.societe .custom-btn a {
  text-decoration: none;
  color: white !important;
  letter-spacing: 1px;
  font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
  .societe .atouts {
    margin-bottom: 70px;
  }
}

#societe {
  position: relative;
  top: -100px;
  visibility: hidden;
}

.demonstration {
  background: #2B7A69;
  padding: 50px 30px;
}
.demonstration a {
  padding: 1.25rem 2rem;
  border-radius: 50px;
  border: 3px solid white;
}
.demonstration a:hover {
  background: none;
  color: #cfcfcf !important;
}
.demonstration a:hover i {
  color: #cfcfcf !important;
}

#demo {
  position: relative;
  top: -100px;
  visibility: hidden;
}

.faq {
  background: #385493;
}
.faq details {
  background: #B0DFE9;
  padding: 1rem 2rem;
  border: none;
  border-radius: 2rem;
}
@media screen and (max-width: 992px) {
  .faq details {
    padding: 1rem;
  }
}
.faq summary {
  padding: 1.2rem 0.5rem;
  display: flex;
  font-size: 2rem;
  font-weight: 500;
  list-style: none;
  position: relative;
}
.faq summary::after {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  right: 20px;
}
@media screen and (max-width: 992px) {
  .faq summary {
    font-size: 1.2rem;
    padding: 1rem;
  }
}
.faq details[open] {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .faq details[open] {
    font-size: 1rem;
  }
}
.faq details[open] summary::after {
  content: "\f107";
}

#faq {
  position: relative;
  top: -100px;
  visibility: hidden;
}

footer {
  padding: 130px 0;
  background: #A0E1E1;
}
footer textarea {
  resize: none;
}
footer input,
footer textarea {
  width: 100%;
  border-radius: 50px;
  padding: 1.6rem 1.5rem;
  font-size: 1.4rem;
  border: none;
  outline: none;
  overflow-y: hidden;
}
@media screen and (max-width: 1100px) {
  footer input,
  footer textarea {
    font-size: 1.2rem;
    padding: 0.8rem 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  footer input,
  footer textarea {
    font-size: 1rem;
  }
}
footer button {
  background: none;
  padding: 1.2rem 2rem;
  border-radius: 50px;
  border: 3px solid #393193;
  color: #393193;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
footer button:hover {
  border: 3px solid black;
  color: black !important;
}
@media screen and (max-width: 600px) {
  footer button {
    font-size: 1rem;
    max-width: 250px;
    font-size: 1rem;
    letter-spacing: 0px;
  }
}
footer p {
  font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
  footer h2 {
    font-size: 1.2rem !important;
  }
  footer p {
    font-size: 1rem !important;
  }
}

#contact {
  position: relative;
  top: -100px;
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */